home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / gnu_oleo_1_2_2.lha / oleo-1.2.2 / NEWS < prev    next >
Text File  |  1993-03-03  |  3KB  |  104 lines

  1. ===== Oleo 1.2.2 =====
  2.  
  3. This is a bugfix release.  Nearly all bugs reported for 1.2.1 have
  4. been fixed (a few could not be reproduced).  Many portability problems
  5. have been fixed.
  6.  
  7. Release 1.2.2 has been built and (minimally) tested on these systems:
  8.  
  9.     RS/6000 running AIX
  10.     Sun4 running SunOS 4.1.1
  11.     Sun3 running SunOS 4.1.1_U1
  12.  
  13. A more significant amount of testing has been done on DECstation
  14. 5000's running Ultrix 4.2.
  15.  
  16. ===== Oleo 1.2.1 =====
  17.  
  18. This is a bugfix release.  Various configuration problems and a few
  19. trivial bugs in the 1.2 release have been repaired.
  20.  
  21. ===== Oleo 1.2 =====
  22.  
  23. This is primarily a bigfix release.  In addition, there are some new features.
  24.  
  25. * New command line options
  26.  
  27.   --version or -v: print out a version number
  28.   --quiet or -q: don't print the disclaimer
  29.   --ignore-init-file or -f: don't read commands from .oleorc or ~/.oleorc
  30.  
  31. * New commands/Changes to commands
  32.  
  33.   write-variables:  writes to a file or pipe the values of all variables 
  34.     that are bound to cells.  Variables bound to regions are not 
  35.     written.
  36.  
  37.   read-variables: The inverse of write-variables.  Variables that are
  38.     bound to a range cause an error.  Variables not bound to a
  39.     cell are ignored.
  40.  
  41.   Format-cell and format-region can now be used to set cell fonts.
  42.  
  43.   set-region-forumla: This can be used to edit many cells at once.
  44.  
  45.   {upper,lower}-{left,right}: These commands go to extremes.  They are
  46.   bound to M-{^Y ^U ^B and ^N}.
  47.  
  48.   {insert,delete}-{row,column}: new commands bound to ^O, ^K, M-^O, M-^K.
  49.  
  50.   {move,copy}-region: these commands now work (at least for many test cases).
  51.  
  52.   exchange-point-and-mark: ^X ^X
  53.  
  54. * File Format Changes
  55.  
  56.   SYLK mode appears to have changed at some time in the past.  Older
  57.   (and correct, i presume)  versions write cell references in a0
  58.   format.  The last alpha and early beta releases use rc format.  
  59.   Now there are two file formats ``sylk'' and ``sylk-noa0''.
  60.   If older sylk files don't work with one, they may with the other.
  61.   Hopefully, between them, all oleo-generated sylk files can be read.
  62.   Users are encouraged to read and write files in ``oleo'' format (the
  63.   default).
  64.  
  65.   Oleo file format has changed in a (hopefully) upward compatable way.
  66.  
  67.   When reading sylk or oleo files, a format error now causes the read
  68.   to be aborted.
  69.  
  70.   Oleo no longer generates a panic file on any signal (it dumps core
  71.   like everyone else).
  72.  
  73. * X tweaks
  74.  
  75.   The window now has a title.
  76.  
  77.   Whatever key corresponds to Mod1Mask is treated as a meta key.
  78.  
  79.   The resources oleo.geometry, oleo.foreground and oleo.background
  80.   have the expected effects.
  81.  
  82. * New formula functions
  83.  
  84.   In the `cells' package there is a new function vlookup_str that can
  85.   be used to search a table, using a keyword string.  See USING.
  86.  
  87. ===== Oleo 1.1 =====
  88.  
  89. Sat Nov 21 21:03:31 1992
  90.  
  91. This is a bugfix release.  Release 1.0 had a few trivial, but fatal
  92. bugs, and didn't work at all unless you editted global.h first.  If
  93. you had trouble with that release, please try this one.  
  94.  
  95. If formulas don't seem to work at all, or if you experience core dumps
  96. when defining formulas, check to see that that the definition of
  97. CELLREF in globals.h is correct for your system.  The current
  98. definitions assume that characters are 8 bits, and the short integers
  99. are 16 bits.
  100.  
  101. All reported bugs have been fixed.
  102.  
  103. The opening disclaimer is no longer printed if you have a .oleorc file.
  104.